services.snapserver.streams.<name>.location
For type pipe or file, the path to the pipe or file.
For type librespot, airplay or process, the path to the corresponding binary.
For type tcp, the host:port address to connect to or listen on.
For type meta, a list of stream names in the form /one/two/.... Don't forget the leading slash.
For type alsa, use an empty string.
- Type
absolute path or string- Example
"/path/to/pipe" "/path/to/librespot" "192.168.1.2:4444" "/MyTCP/Spotify/MyPipe"- Declared
- <nixpkgs/nixos/modules/services/audio/snapserver.nix>